home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 10
/
BBS In A Box Volume X (AMUG) (January 1994).bin
/
Files
/
Prog
/
B-C
/
C++ FAQ Reference 1.0.cpt
/
C++ FAQ Reference 1.0.rsrc
/
STR#_144.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-30
|
349 b
|
11 lines
What is the type of 'ptr-to-member-fn'? Is it diffn't from 'ptr-to-fn'?
How can I ensure 'X's objects are only created with new, not on the stack?
How do I pass a ptr to member fn to a signal handler,X event callback,etc?
Why am I having trouble taking the address of a C++ function?
How do I declare an array of pointers to member functions?